[Yapcom-commit] rev 433 - in yapcom/trunk: . bin templates
svn at pti.co.il
svn at pti.co.il
Mon Mar 26 08:04:02 IST 2007
Author: gabor
Date: 2007-03-26 01:03:57 -0500 (Mon, 26 Mar 2007)
New Revision: 433
Added:
yapcom/trunk/bin/get_live
yapcom/trunk/templates/schedule.tmpl
Modified:
yapcom/trunk/
Log:
add previously created files
Property changes on: yapcom/trunk
___________________________________________________________________
Name: svk:merge
- 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/yapcom:12733
+ 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/yapcom:12734
Added: yapcom/trunk/bin/get_live
===================================================================
--- yapcom/trunk/bin/get_live 2007-03-26 06:03:44 UTC (rev 432)
+++ yapcom/trunk/bin/get_live 2007-03-26 06:03:57 UTC (rev 433)
@@ -0,0 +1,7 @@
+mkdir live
+scp osdc.org.il:/var/www/osdc.org.il/yapcom/db/config live/
+#ssh osdc.org.il "cd /var/www/osdc.org.il/yapcom/db/; echo .dump | /usr/bin/sqlite2 yapc.db > yapc.dump"
+#scp osdc.org.il:/var/www/osdc.org.il/yapcom/db/yapc.dump live/
+scp osdc.org.il:/var/www/osdc.org.il/yapcom/db/yapc.db live/
+#rm -f live/yapc.db
+#/usr/bin/sqlite3 live/yapc.db < live/yapc.dump
Property changes on: yapcom/trunk/bin/get_live
___________________________________________________________________
Name: svn:executable
+ *
Added: yapcom/trunk/templates/schedule.tmpl
===================================================================
--- yapcom/trunk/templates/schedule.tmpl 2007-03-26 06:03:44 UTC (rev 432)
+++ yapcom/trunk/templates/schedule.tmpl 2007-03-26 06:03:57 UTC (rev 433)
@@ -0,0 +1,31 @@
+<TMPL_VALUE NAME="title" VALUE="Schedule">
+<TMPL_INCLUDE NAME="header.tmpl">
+
+<TMPL_IF NAME="show_schedule">
+This is the schedule
+<table>
+ <tr>
+ <TMPL_LOOP NAME="rooms">
+ <td><TMPL_VAR NAME="room"></td>
+ </TMPL_LOOP>
+ </tr>
+<TMPL_LOOP NAME="rows">
+ <tr>
+ <TMPL_LOOP NAME="rooms">
+ <td><TMPL_VAR NAME="room"></td>
+ </TMPL_LOOP>
+ </tr>
+</TMPL_LOOP>
+
+</table>
+</form>
+
+<TMPL_ELSE>
+
+You will see the schedule in this place.
+
+</TMPL_IF>
+
+<TMPL_INCLUDE NAME="footer.tmpl">
+
+ <!--<tr><td><input size="8" name="day<TMPL_VAR daynum>" value="<TMPL_VAR NAME="day">" /></td></tr>-->
More information about the Yapcom-commit
mailing list