Log of /branches/rel-2-4-patches/webwork2/conf/templates
Directory Listing
Revision
6063 -
Directory Listing
Modified
Fri Jun 26 00:37:00 2009 UTC (3 years, 10 months ago) by
gage
syncing with HEAD
Revision
5800 -
Directory Listing
Modified
Thu Jun 26 18:08:25 2008 UTC (4 years, 10 months ago) by
gage
recommiting these files
Revision
5799 -
Directory Listing
Modified
Thu Jun 26 18:07:42 2008 UTC (4 years, 10 months ago) by
gage
trying to fix a glitch in the cvs -- these files disappeared
Revision
5794 -
Directory Listing
Modified
Thu Jun 26 14:59:23 2008 UTC (4 years, 10 months ago) by
gage
point to the math2.css rather than math.css
Revision
5790 -
Directory Listing
Modified
Thu Jun 26 13:22:29 2008 UTC (4 years, 10 months ago) by
gage
Minor changes in templates to make them more uniform.
The ur template uses tables heavily -- the rest do not
Revision
5769 -
Directory Listing
Modified
Wed Jun 25 03:36:04 2008 UTC (4 years, 10 months ago) by
gage
Changed the way the stylesheet is referred to from system.template
Link directly to the location for the corresponding .css file
Commented out the webworkURLs->{stylesheet}= ... $defaultTheme.css value in global.conf
since the theme can be overridden in simple.conf by the Config page but by then
it's too late to change the stylesheet page.
Revision
5749 -
Directory Listing
Modified
Tue Jun 24 17:19:06 2008 UTC (4 years, 10 months ago) by
gage
Adding union theme to templates
Revision
5748 -
Directory Listing
Modified
Tue Jun 24 17:17:36 2008 UTC (4 years, 10 months ago) by
gage
Adding files for math2 theme
Revision
5746 -
Directory Listing
Modified
Tue Jun 24 17:09:07 2008 UTC (4 years, 10 months ago) by
gage
Adding math.css in conf/templates directory.
I'll link to this from webwork2/htdocs
This keeps the math.css and the math.templates files
together
Revision
5743 -
Directory Listing
Modified
Tue Jun 24 15:21:54 2008 UTC (4 years, 10 months ago) by
gage
Adding missing pages.
Revision
5734 -
Directory Listing
Modified
Tue Jun 24 00:44:59 2008 UTC (4 years, 11 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-4-patches'.
Revision
4914 -
Directory Listing
Modified
Thu Mar 29 19:48:58 2007 UTC (6 years, 1 month ago) by
glarose
Original Path:
trunk/webwork2/conf/templates
More gateway fixes/additions. This commit
- moves javascript code for gateways into htdocs/js/gateway.js,
- updates the gateway template to use that,
- updates the gateway CSS file to use Louis Zulli's workaround
for IE6 not honoring position:fixed, and adds CSS definitions
for a score reporting box for multi-page, multi-attempt quizzes,
- updates the GatewayQuiz module to print a score reporting box
for multi-page, multi-attempt quizzes,
- updates the Grades module to correctly sort problems for
GatewayQuiz assignments that have randomly ordered problems, and
- adds some error checking to ProblemSetDetail to avoid people
doing things like submitting a zero time limit for a gateway.
Revision
4330 -
Directory Listing
Modified
Thu Aug 3 15:16:47 2006 UTC (6 years, 9 months ago) by
glarose
Original Path:
trunk/webwork2/conf/templates
GatewayQuiz: update gateway.template to debug alert popups when problems
are previewed or when switching between pages in a multi-page test,
correct for IE CSS display bug.
Revision
4329 -
Directory Listing
Modified
Tue Aug 1 22:04:30 2006 UTC (6 years, 9 months ago) by
glarose
Original Path:
trunk/webwork2/conf/templates
GatewayQuiz template update: update for new timer. Still has some
bugs in treatment low-time alerts for multipage tests and previews.
Revision
4169 -
Directory Listing
Modified
Mon Jun 26 23:23:35 2006 UTC (6 years, 10 months ago) by
dpvc
Original Path:
trunk/webwork2/conf/templates
A theme for use with moodle courses. It is used to remove portions of
the WeBWorK GUI when the page appears in the IFRAME used by wwmoodleset.
Revision
3973 -
Directory Listing
Modified
Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork2/conf/templates
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)
Revision
3963 -
Directory Listing
Modified
Tue Jan 24 23:27:02 2006 UTC (7 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork2/conf/templates
forward-port from rel-2-2-dev: (make webwork code output siblings div/h2
code, rather than template. this allows for the siblings box to be named
according to its contents.)
Revision
3925 -
Directory Listing
Modified
Fri Jan 20 00:17:39 2006 UTC (7 years, 4 months ago) by
sh002i
Original Path:
trunk/webwork2/conf/templates
forward-port to head (partial clean up rendering of the info box. it
will now not show up unless it has content, and the headings will be
rendered more nicely.)
Revision
3918 -
Directory Listing
Modified
Thu Jan 19 01:05:46 2006 UTC (7 years, 4 months ago) by
sh002i
Original Path:
trunk/webwork2/conf/templates
Forward-port from rel-2-2-patches: housekeeping.
added copyright notices.
UTF-8 => utf-8.
removed byte-order marker added by bbedit.
removed commented-out elements.
Revision
3847 -
Directory Listing
Modified
Thu Dec 22 18:43:33 2005 UTC (7 years, 5 months ago) by
glarose
Original Path:
trunk/webwork2/conf/templates
Gateway update: restore runtimer() to gateway.template (though for some
reason it no longer likes the onload() handler in the body tag?). add
nocache headers to try and avoid pernicious use of the back button.
correct javascript timer to avoid negative times.