home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 March / PCpro_2007_03.ISO / files / browser / msie7 / IE7Setup.exe / ieframe.dll.mui / HTML / PREVIEW.DLG < prev    next >
Encoding:
Text File  |  2006-10-27  |  9.3 KB  |  204 lines

  1. <html xmlns:ie>
  2. <head>
  3. <?import namespace="ie" implementation="#default">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta http-equiv="MSThemeCompatible" content="Yes">
  6. <title>Druckvorschau</title>
  7. <style>
  8. .divPage
  9. {
  10. position: absolute;
  11. top: -20000px;
  12. border-left: 1pt solid black;
  13. border-top: 1pt solid black;
  14. border-right: 4pt solid black;
  15. border-bottom: 4pt solid black;
  16. }
  17. .page
  18. {
  19. background: white;
  20. width: 8.5in;
  21. height: 11in;
  22. margin: 0px;
  23. overflow: hidden;
  24. }
  25. .mRect
  26. {
  27. position: absolute;
  28. margin: 1in;
  29. width: 6.5in;
  30. height: 9in;
  31. border: none;
  32. overflow : hidden;
  33. }
  34. .divHead
  35. {
  36. position: absolute;
  37. overflow: hidden;
  38. top: 0in;
  39. left: 0in;
  40. width: 8.5in;
  41. }
  42. .divFoot
  43. {
  44. position: absolute;
  45. overflow: hidden;
  46. bottom: 0in;
  47. left: 0in;
  48. width: 8.5in;
  49. }
  50. .THeader
  51. {
  52. border: none;
  53. background: white;
  54. color: black;
  55. }
  56. .TFooter
  57. {
  58. border: none;
  59. background: white;
  60. color: black;
  61. }
  62. .MarginAnchor
  63. {
  64. position: absolute;
  65. top: 0;
  66. left: 0;
  67. display: none;
  68. z-index: 100;
  69. }
  70. .MarginOutline
  71. {
  72. position: absolute;
  73. top: 0;
  74. left: 0;
  75. background: transparent;
  76. border:dashed 1 windowtext;
  77. display: none;
  78. z-index: 100;
  79. }
  80. BODY { overflow:hidden; padding:0; margin:0; background:threedface; }
  81. TD.uiPane { width: 20px; border: none; font-family: 'ms sans serif'; font-size: 8pt; vertical-align:middle; }
  82. TD.uiSeparator { height: 31px; border: none; padding: 0px; }
  83. </style>
  84. <script defer src="preview.js">
  85. </script>
  86. </head>
  87. <body onLoad="setTimeout('OnLoadBody()', 25);">
  88. <!-- Controls for printing -->
  89. <IE:TemplatePrinter id=Printer />
  90. <IE:HeaderFooter id=HeadFoot />
  91. <!-- Toolbar -->
  92. <div id="idDivToolbar">
  93. <table border=0 cellpadding=2 cellspacing=0 style="margin: 0px; padding: 0px; height:27px;overflow:hidden;width:100%;"><tr>
  94. <!-- Print button -->
  95. <td class="uiPane"> <input type="image" id="printimg" accesskey="d" src="printimg.png" alt="Dokument drucken (Alt+D)" style="cursor:default;" width=35 height=27 border=0></td>
  96. <td class="uiSeparator" width=2><img src="divider.png" alt="" width=2 height=31 border=0 hspace=1 vspace=0></td>
  97. <!-- Portrait toggle -->
  98. <td class="uiPane"> <input type="image" id="portrait" accesskey="h" src="portrait.png" alt="Hochformat (Alt+H)" style="cursor:default;" width=30 height=27 border=0></td>
  99. <!-- Landscape toggle -->
  100. <td class="uiPane"> <input type="image" id="landscape" accesskey="q" src="landscape.png" alt="Querformat (Alt+Q)" style="cursor:default;" width=34 height=27 border=0></td>
  101. <td class="uiSeparator" width=2><img src="divider.png" alt="" width=2 height=31 border=0 hspace=1 vspace=0></td>
  102. <!-- Page Setup button -->
  103. <td class="uiPane"> <input type="image" accesskey="e" id="settings" src="settings.png" alt="Seite einrichten (Alt+E)" style="cursor:default;" width=31 height=27 border=0></td>
  104. <td class="uiSeparator" width=2><img src="divider.png" alt="" width=2 height=31 border=0 hspace=1 vspace=0></td>
  105. <!-- Headers/Footers toggle -->
  106. <td class="uiPane"> <input type="image" accesskey="k" id="headerimg" src="headerimg.png" alt="Kopf- und Fu├ƒzeilen ein- oder ausschalten (Alt+K)" style="cursor:default;" width=36 height=27 border=0></td>
  107. <td class="uiSeparator" width=2><img src="divider.png" alt="" width=2 height=31 border=0 hspace=1 vspace=0></td>
  108. <!-- Zoom Page Width button -->
  109. <td class="uiPane"> <input type="image" id="zoomWidth" accesskey="b" src="zoomwidth.png" alt="Gesamte Breite anzeigen (Alt+B)" style="cursor:default;" width=35 height=27 border=0></td>
  110. <!-- Zoom Page button -->
  111. <td class="uiPane"> <input type="image" id="zoomPage" accesskey="1" src="zoompage.png" alt="Gesamte Seite anzeigen (Alt+1)" style="cursor:default;" width=36 height=27 border=0></td>
  112. <!-- Pages dropdown -->
  113. <td class="uiPane">
  114. <select id="selectPages" accesskey="m" title="Mehrere Seiten anzeigen (Alt+M)" onfocus="printimg.scrollIntoView();">
  115. <option value="1" selected id="onePageView">1 Seite</option>
  116. <option value="2" id="twoPageView">2 Seiten</option>
  117. <option value="3" id="threePageView">3 Seiten</option>
  118. <option value="6" id="sixPageView">6 Seiten</option>
  119. <option value="12" id="twelvePageView">12 Seiten</option>
  120. </select>
  121. </td>
  122. <td class="uiSeparator" width=2 id="separatorFrameset" style="display:none"><img src="divider.png" alt="" width=2 height=31 border=0 hspace=1 vspace=0></td>
  123. <!-- Frameset control selector thing; invisible until we discover a frameset -->
  124. <td class="uiPane" id="cellFrameset" style="display:none" onfocus="printimg.scrollIntoView();">
  125. <span>
  126. <select id="selectFrameset" accesskey="i" title="Inhalte ausw├ñhlen (Alt+I)">
  127. <option value="0" id="idLaidOut">Wie in der Bildschirmansicht</option>
  128. <option value="1" id="idSelected">Nur ausgew├ñhlten Frame</option>
  129. <option value="2" id="idSeparate">Jeden Frame individuell</option>
  130. <option value="3" id="idSelection">Wie auf dem Bildschirm ausgew├ñhlt</option>
  131. </select>
  132. </span>
  133. </td>
  134. <td class="uiSeparator" width=2><img src="divider.png" alt="" width=2 height=31 border=0 hspace=1 vspace=0></td>
  135. <!-- Scale Level input dropdown -->
  136. <td class="uiPane">
  137. <span>
  138. <select id="selectScale" accesskey="g" title="Druckgr├╢├ƒe ├ñndern (Alt+G)" onfocus="printimg.scrollIntoView();">
  139. <option value="-1" id="idScaleToFit">An Gr├╢├ƒe anpassen</option>
  140. <option value="30" id="printsize1">30%</option>
  141. <option value="50" id="printsize2">50%</option>
  142. <option value="60" id="printsize3">60%</option>
  143. <option value="70" id="printsize4">70%</option>
  144. <option value="80" id="printsize5">80%</option>
  145. <option value="85" id="printsize6">85%</option>
  146. <option value="90" id="printsize7">90%</option>
  147. <option value="95" id="printsize8">95%</option>
  148. <option value="100" id="printsize9" selected>100%</option>
  149. <option value="125" id="printsize10">125%</option>
  150. <option value="150" id="printsize11">150%</option>
  151. <option value="200" id="printsize12">200%</option>
  152. <option value="0" id="idCustomScale">Benutzerdefiniert</option>
  153. </select>
  154. </span>
  155. </td>
  156. <td id="cellCustomScale" class="uiPane" style="display:none"><nobr>
  157. <input type="text" id="inputCustomScale" title="Benutzerdefinierte Gr├╢├ƒe (Alt+B)" value="100" style="color:windowtext;" maxlength="3" size="3" accesskey="z">%
  158. </nobr></td>
  159. <td class="uiSeparator" width=2><img src="divider.png" alt="" width=2 height=31 border=0 hspace=1 vspace=0></td>
  160. <td width="*"> </td>
  161. <!-- Help button -->
  162. <td class="uiPane"> <input type="image" id="helpimg" src="helpimg.png" alt="Hilfe (F1)" style="cursor:default;" width=31 height=27 border=0></td>
  163. </tr></table>
  164. </div>
  165. <div id="idDivToolbar2" style="visibility:hidden;position:absolute;left:0px;width:100%;height:48px;overflow:hidden;text-align:center;">
  166. <table border=0 cellpadding=0 cellspacing=0 style="margin: 0px; padding: 0px; height:100%;"><tr>
  167. <!-- Page input static text and edit box -->
  168. <td class="uiPane">
  169. <span style="color:windowtext;">
  170. <nobr Loc> <id id="idTdPageXofYLocText1"><u>S</u>eite</id> 
  171. <input type="text" id="inputPageNum" title="Aktuelle Seite (Alt+S)" value="1" style="height:1.5em; width:2em; color:windowtext;" accesskey="s">
  172. <id id="idTdPageXofYLocText2"> von </id>
  173. <span id="spanPageTotal" style="width:4em;"></span>
  174.  
  175. </nobr>
  176. </span>
  177. </td>
  178. <!-- First Page [<<] button -->
  179. <td class="uiPane"> <input type="image" id="begin" value="leftmost" src="leftmost_disabled.png" alt="Erste Seite (Alt+Pos1)" width=30 height=30 border=0></td>
  180. <!-- Back One Page [<] button -->
  181. <td class="uiPane"> <input type="image" id="prev" value="left" src="left_disabled.png" alt="Vorherige Seite (Alt+Linke Pfeiltaste)" width=30 height=30 border=0></td>
  182. <!-- Forward One Page [>] button -->
  183. <td class="uiPane"> <input type="image" id="next" value="right" src="right_disabled.png" alt="N├ñchste Seite (Alt+Rechte Pfeiltaste)" width=30 height=30 border=0></td>
  184. <!-- Last Page [>>] button -->
  185. <td class="uiPane"> <input type="image" id="end" value="rightmost" src="rightmost_disabled.png" alt="Letzte Seite (Alt+Ende)" width=30 height=30 border=0></td>
  186. </tr></table>
  187. </div>
  188. <div id="tbCenterAlign" align="center" style="position:absolute;left:0;top:0;width:100%;height:31px;z-index:-100;background: url(tb_back.png) repeat-x;overflow:hidden;">
  189. <div style="width:438px;height:31px;background:url(tb_centre.png) norepeat;"></div>
  190. </div>
  191. <div id="OverflowContainer" onclick="this.focus();" onfocus="printimg.scrollIntoView();" tabindex="1" style="position:absolute; left:0; width:100%; overflow:auto; border:'thin threedhighlight inset'; background:threedshadow;">
  192. <div id="MasterContainer" tabindex="0" style="width:100%; position:absolute;" >
  193. <!-- Pages go here -->
  194. <div id="EmptyPage" class="divPage" style="position:absolute; left:0px; top:0px; display:none;"><div class="page"> </div></div>
  195. </div>
  196. <div id="MarginBox" class="MarginOutline"></div>
  197. <img id="maLeft" class="MarginAnchor" style="cursor:col-resize" src="resize_horizontal.png" width="19" height="19" border="0" alt="Rand anpassen">
  198. <img id="maRight" class="MarginAnchor" style="cursor:col-resize" src="resize_horizontal.png" width="19" height="19" border="0" alt="Rand anpassen">
  199. <img id="maTop" class="MarginAnchor" style="cursor:row-resize" src="resize_vertical.png" width="19" height="19" border="0" alt="Rand anpassen">
  200. <img id="maBottom" class="MarginAnchor" style="cursor:row-resize" src="resize_vertical.png" width="19" height="19" border="0" alt="Rand anpassen">
  201. </div>
  202. </body>
  203. </html>
  204.