From: <se...@us...> - 2008-05-02 16:39:59
|
Revision: 74 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=74&view=rev Author: sem62 Date: 2008-05-02 09:39:58 -0700 (Fri, 02 May 2008) Log Message: ----------- Initial commit of resources. Added Paths: ----------- WebEditor/src/resources/ WebEditor/src/resources/attemptCountLimit.html WebEditor/src/resources/chooseMsg.html WebEditor/src/resources/empty.html WebEditor/src/resources/index.html WebEditor/src/resources/terminateSCO.html WebEditor/src/resources/welcome.html Added: WebEditor/src/resources/attemptCountLimit.html =================================================================== --- WebEditor/src/resources/attemptCountLimit.html (rev 0) +++ WebEditor/src/resources/attemptCountLimit.html 2008-05-02 16:39:58 UTC (rev 74) @@ -0,0 +1,9 @@ +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel='stylesheet' href='main.css' type='text/css'> +</head> +<body> +Кількість спроб обмежена і Ви уже їх використали. +</body> +</html> Added: WebEditor/src/resources/chooseMsg.html =================================================================== --- WebEditor/src/resources/chooseMsg.html (rev 0) +++ WebEditor/src/resources/chooseMsg.html 2008-05-02 16:39:58 UTC (rev 74) @@ -0,0 +1,9 @@ +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel='stylesheet' href='main.css' type='text/css'> +</head> +<body> +Виберіть один із підпунктів в дереві ліворуч. +</body> +</html> \ No newline at end of file Added: WebEditor/src/resources/empty.html =================================================================== Added: WebEditor/src/resources/index.html =================================================================== --- WebEditor/src/resources/index.html (rev 0) +++ WebEditor/src/resources/index.html 2008-05-02 16:39:58 UTC (rev 74) @@ -0,0 +1,53 @@ +<html><head> + + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel="stylesheet" href="main.css" type="text/css"> + + <title>FireFly SCORM 2004 Course Player</title> +<script type="text/javascript" src="api.js"></script> +<script type="text/javascript" src="navigation.js"></script> + +</head> +<body topmargin="0" leftmargin="0" onUnload="exit_clicked(false);" bgcolor="#EBFAFE" link="#ff0000" marginheight="0" marginwidth="0" text="#ffffff" vlink="#505050"> + +<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"> + <tbody><tr height="20"> + <td><img src="images/left_elipse.jpg"/></td><td bgcolor=#6A9AE2> <img src="images/FireFly.gif"><div class="header">Education System</div> </td> + <td colspan="5" align="right" bgcolor=#6A9AE2 valign="bottom"> + <img src="images/close.jpg" onClick="exit_clicked(true);" alt="Close"> + </td> + <td><image src="images/right_elipse.jpg"/></td> + </tr><tr height="*"> + <td></td> + <td width="150"> + <applet mayscript="" name="player" archive="webeditor.jar,RTEValidators.jar,FFManifest.jar, dom4j.jar" code=edu.lnu.FireFly.WebEditor.WebEditor.class width="100%" height="100%"> + </applet> + </td> + <td colspan="5" style="padding-left: 5px; padding-right: 3px; width: 100%;" width="*"> + <iframe name="ContentFrame" marginwidth="0" marginheight="0" frameborder="1" height="100%" scrolling="auto" width="100%"></iframe> + </td> + <td></td> + </tr><tr height="30" valign="center"> + <td><image src="images/left_elipse.jpg"/></td> + <td width="150" bgcolor=#6A9AE2> </td> + <td width="100" bgcolor=#6A9AE2></td> + <form name="navForm" action=""></form> + <td width="50" bgcolor=#6A9AE2> + <input style="display: none;" name="prevBtn" src="images/prev.jpg" onClick="previous()" type="image"> + <input name="prevBtn_disabled" style="display: block;" src="images/prev_disabled.jpg" onClick="return false;" type="image"></td> + <td bgcolor=#6A9AE2 style="padding-left: 10px; padding-right: 10px;" width="70"> + <td bgcolor=#6A9AE2 width="50"> + <input style="display: none;" name="nextBtn" src="images/next.jpg" onClick="next()" type="image"> + <input name="nextBtn_disabled" style="display: block;" src="images/next_disabled.jpg" onClick="return false;" type="image"> + </td> + <td bgcolor=#6A9AE2 width="100%"> <span id=TimeLeft name=TimeLeft> </span></td> + <td><image src="images/right_elipse.jpg"/></td> + + </tr> + + + +</tbody> +</table> +</body> +</html> \ No newline at end of file Added: WebEditor/src/resources/terminateSCO.html =================================================================== --- WebEditor/src/resources/terminateSCO.html (rev 0) +++ WebEditor/src/resources/terminateSCO.html 2008-05-02 16:39:58 UTC (rev 74) @@ -0,0 +1,14 @@ +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel='stylesheet' href='main.css' type='text/css'> +</head> +<body onload="javascript:run();"> +<script language="JScript"> + function run(){ + window.parent.document.player.showCurrentItem(); + } +</script> + +</body> +</html> \ No newline at end of file Added: WebEditor/src/resources/welcome.html =================================================================== --- WebEditor/src/resources/welcome.html (rev 0) +++ WebEditor/src/resources/welcome.html 2008-05-02 16:39:58 UTC (rev 74) @@ -0,0 +1,9 @@ +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel='stylesheet' href='main.css' type='text/css'> +</head> +<center>Вітаємо.<BR> +Представляємо Вам революційну систему!!!.<BR> +Ви можете набути нових знань та перевірити старі.</center> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |