rbrindley: branch rbrindley/welcome_revamp r4134 - /team/rbrindley/welcome_re...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Nov 18 13:46:37 CST 2008


Author: rbrindley
Date: Tue Nov 18 13:46:36 2008
New Revision: 4134

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4134
Log:

- renamed comment file title to be same as page title ("System status").
- include (css/js) organizational-prep changes


Modified:
    team/rbrindley/welcome_revamp/config/welcome.html

Modified: team/rbrindley/welcome_revamp/config/welcome.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/welcome.html?view=diff&rev=4134&r1=4133&r2=4134
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome.html Tue Nov 18 13:46:36 2008
@@ -1,7 +1,7 @@
 <!--
  * Asterisk-GUI	- an Asterisk configuration interface
  *
- * System overview
+ * System status
  *
  * Copyright (C) 2008, Digium, Inc.
  *
@@ -18,9 +18,13 @@
  * at the top of the source tree.
  *
 -->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
+
+<!-- Initial CSS -->
 <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+
+<!-- Initial Javascript -->
+<script type="text/javascript" src="js/jquery.js"></script>
+<script type="text/javascript" src="js/astman.js"></script>
 <style type="text/css">
 
 	#table_Ext_list {
@@ -761,4 +765,4 @@
 	</div>
 
 	<div id='waitevent_Log'></div>
-</body>
+</body>




More information about the asterisk-gui-commits mailing list