Advertisement
Guest User

Untitled

a guest
Sep 10th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=">
  6.     <meta charset="UTF-8" />
  7.     <title>Stunden_Plan_App_TSST</title>
  8.     <!-- Got it? -->
  9.     <!-- WinJS-Verweise -->
  10.     <link href="//Microsoft.WinJS.1.0/css/ui-light.css" rel="stylesheet" />
  11.     <script src="//Microsoft.WinJS.1.0/js/base.js"></script>
  12.     <script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
  13.  
  14.     <!-- Stunden_Plan_App_TSST references -->
  15.     <link href="/css/default.css" rel="stylesheet" />
  16.     <script src="/js/default.js"></script>
  17. </head>
  18. <body>
  19.     <div data-win-control="WinJS.UI.ViewBox">
  20.         <div class="fixedlayout">
  21.             <!-- ?berschrift -->
  22.             <h1 id="test"style="position:fixed ; color:rgba(255, 255, 255, 0.50); width: 1187.5px; left: 45px; bottom: 692.5px; top: 11.5px;">TSST Stundenplan App </h1>
  23.             <!-- ?berschrift2 -->
  24.             <h2 style="position:fixed; color:rgba(255, 255, 255, 0.50); right: 687.7px; left: 45px; bottom: 658px; top: 74px;" id="KlassenName"></h2>
  25.             <!-- iFrame F?r die Anzeige des Stundenplanes -->
  26.             <iframe style="position:fixed; right: 242px; left: 242px; bottom: 146.8px; top: 124px;" id="iFrame" width="65%" height="65%" align="right" style="border:10px black; width: 869.9px;" title="Dein Stundenplan...">  </iframe>
  27.             <!-- Link Input -->
  28.             <input style="position:fixed; left: 32px; bottom: 68px; top: 660px;" id="linkInput" type="text"  title="z.B. http://stundenplan.tssteinfurt.de" /> <!--value="Gebe Hier den STDPLN Link ein."-->
  29.             <!-- Lade-Button -->
  30.             <button  style="position:fixed; right: 1054px; left: 32px; bottom: 35.33px; top: 700.67px;" id="loadButton" title ="L?dt Klassen vom Stundenplan Server" >Laden..</button>
  31.             <!-- Klassen Liste -->
  32.             <select   style="visibility:hidden; position:fixed; right: 902px; left: 343px; bottom: 68.5px; top: 660px;"  id="KlassenListe"  title="W?hle hier deine Klasse aus"></select>
  33.             <!-- Stundenplan Anzeigen - Button -->
  34.             <button   style="visibility:hidden; position:fixed; right: 679.14px; left: 501.33px; bottom: 34px; top: 702px;" id="showButton"   title="Zeige den Stundenplan f?r die ausgew?hlte Klasse an.">Stundenplan anzeigen...</button> <br />
  35.             <!-- Vertretungsstunden -->
  36.             <div  style="visibility:hidden; position:fixed; right: 684.74px; left: 503px; bottom: -320px; top: 669px;" id="vertretungen" title="Zeige nur die Vertretungsstunden der aktuellen Woche an">Vertretungsstunden</div>
  37.             <!-- Vertretungsstunden Checkbox -->
  38.             <input type="checkbox"  style="visibility:hidden; position:fixed; left: 663.15px; top: 668px;" id="vertretungCheck" value="1" style="visibility:hidden" title="Wenn ausgew?hlt, werden nur die Vertretungsstunden der aktuellen Woche angezeigt">
  39.             <!-- Wochenliste -->
  40.             <select  style="visibility:hidden; position:fixed; right: 872.44px; left: 342.13px; bottom: 30.5px; top: 698px; " size="1" id="wochenselect" >
  41.                 <option>Diese Woche</option>
  42.                 <option>Folg. Woche</option>
  43.             </select>
  44.             <!-- Error Anzeige -->
  45.             <div style="position: fixed; right: 626px; left: 40px; bottom: -4px; top: 732px;" id="errorOutput" style="height: 36px;">HIER</div>
  46.             <!-- Exit Button -->
  47.             <button   style="position:fixed; right: 16px; left: 1260px; bottom: 31.5px; top: 704.5px;" id="exitButton" title="Verlasse die App indem du Hier clickst.">Exit</button>
  48.             <!-- Info Button -->
  49.             <button  id="infoButton" style="position: fixed; right: 126.17px; left: 1149.83px; bottom: 31.17px; top: 704.83px;">Info</button>
  50.         </div>
  51.     </div>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement