Changeset 1528
- Timestamp:
- 04/10/08 22:35:19 (1 month ago)
- Files:
-
- trunk/docroot/css/stageassistent.css (deleted)
- trunk/docroot/stageassistant (added)
- trunk/docroot/stageassistant/css (moved) (moved from trunk/docroot/css)
- trunk/docroot/stageassistant/css/stageassistant.css (copied) (copied from trunk/docroot/css/stageassistant.css)
- trunk/docroot/stageassistant/img (moved) (moved from trunk/docroot/img/stageassistant)
- trunk/docroot/stageassistant/img/b_domtree.gif (copied) (copied from trunk/docroot/img/stageassistant/b_domtree.gif)
- trunk/docroot/stageassistant/img/bg.gif (copied) (copied from trunk/docroot/img/stageassistant/bg.gif)
- trunk/docroot/stageassistant/img/bottom.gif (copied) (copied from trunk/docroot/img/stageassistant/bottom.gif)
- trunk/docroot/stageassistant/img/close.gif (copied) (copied from trunk/docroot/img/stageassistant/close.gif)
- trunk/docroot/stageassistant/img/min.gif (copied) (copied from trunk/docroot/img/stageassistant/min.gif)
- trunk/docroot/stageassistant/img/minimize.gif (copied) (copied from trunk/docroot/img/stageassistant/minimize.gif)
- trunk/docroot/stageassistant/img/open.gif (copied) (copied from trunk/docroot/img/stageassistant/open.gif)
- trunk/src/main/resources/xsl/stub.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/resources/xsl/stub.xsl
r1526 r1528 475 475 <ixsl:if test="/document/mode/name = 'DEV' or /document/mode/name = 'STAGE'"> 476 476 <div id="stageassistant"> 477 <a href="#" id="sa_close" onclick="stageAssistant.close(); return false;"><img src="/ img/stageassistant/close.gif" width="15" height="15" alt="Close"/></a>478 <a href="#" id="sa_minimize" onclick="stageAssistant.minimize(); return false;"><img src="/ img/stageassistant/minimize.gif" width="15" height="15" alt="Minimize"/></a>477 <a href="#" id="sa_close" onclick="stageAssistant.close(); return false;"><img src="/stageassistant/img/close.gif" width="15" height="15" alt="Close"/></a> 478 <a href="#" id="sa_minimize" onclick="stageAssistant.minimize(); return false;"><img src="/stageassistant/img/minimize.gif" width="15" height="15" alt="Minimize"/></a> 479 479 <div class="content"> 480 480 <div id="sa_ec"> 481 481 <div class="buttons"> 482 <a href="?showLastRequestXML=1" target="xmlSource"><img src="/ img/stageassistant/b_domtree.gif" width="52" height="44" alt="View DOM tree"/></a>482 <a href="?showLastRequestXML=1" target="xmlSource"><img src="/stageassistant/img/b_domtree.gif" width="52" height="44" alt="View DOM tree"/></a> 483 483 </div> 484 484 </div> … … 491 491 </div> 492 492 <div id="stageassistant_min"> 493 <a href="#" id="sa_close_min" onclick="stageAssistant.close(); return false;"><img src="/ img/stageassistant/close.gif" width="15" height="15" alt="Close"/></a>494 <a href="#" id="sa_open" onclick="stageAssistant.open(); return false;"><img src="/ img/stageassistant/open.gif" width="15" height="15" alt="Open"/></a>493 <a href="#" id="sa_close_min" onclick="stageAssistant.close(); return false;"><img src="/stageassistant/img/close.gif" width="15" height="15" alt="Close"/></a> 494 <a href="#" id="sa_open" onclick="stageAssistant.open(); return false;"><img src="/stageassistant/img/open.gif" width="15" height="15" alt="Open"/></a> 495 495 </div> 496 496 <script type="text/javascript">
