Commit graph

11213 commits

Author SHA1 Message Date
koenr
d7240a0414 xhtml compliance
removed head, html and body tags. Not allowed here since they are provided by moodle when parsing the page.
2005-02-06 22:26:49 +00:00
koenr
d2f13b5008 empty option 2005-02-06 21:55:07 +00:00
koenr
ff28f76ab2 xhtml compliance 2005-02-06 21:36:15 +00:00
koenr
d65c472ff5 xhtml compliance
removed head, html and body tags. Not allowed here since they are provided by moodle when parsing the page.
removed markdown.html - not translated
2005-02-06 21:28:06 +00:00
koenr
24acd72d5e Created with very ugly wordprocessor.
not xhtml-compliant -> should be replaced by nice HTMLl first
2005-02-06 21:09:27 +00:00
gustav_delius
2ce17a0d5a The html editor was inserting a paragraph with just a space in it which clearly created problems for fields that the user wanted to leave empty.
There was also a problem when switching to text mode and back again: the status bar showed Path: Path:. I have taken out the second one.
2005-02-06 21:04:10 +00:00
koenr
3f3d62ce91 Created with very ugly wordprocessor.
I took the garbage out, but I had to replace the tables with the English ones. This file took too long to handle.
2005-02-06 21:04:07 +00:00
stronk7
64376cf363 Using docsyles.css! 2005-02-06 20:27:30 +00:00
stronk7
65129b1e8a minor body change. 2005-02-06 20:25:42 +00:00
stronk7
b4d13042ca More XHTML docs... 2005-02-06 20:24:57 +00:00
koenr
3ad5e30f1a xhtml-compliance de php-files done 2005-02-06 20:19:50 +00:00
skodak
3fa66675b3 correction in require path for mimetypes 2005-02-06 20:06:08 +00:00
skodak
3abd61254c this file should be gone long ago, removing now 2005-02-06 19:46:09 +00:00
skodak
b463ce3cae fixed pclzip import 2005-02-06 19:40:01 +00:00
koenr
1ef915cfc1 xhtml-compliance - da done 2005-02-06 19:32:09 +00:00
stronk7
a2013b4116 This file is out from the English version. Removed here too. 2005-02-06 19:24:58 +00:00
skodak
54318b0462 typo in comment 2005-02-06 19:23:32 +00:00
stronk7
b445960d53 Part of the spanish documentation is now XHTML. 2005-02-06 19:20:19 +00:00
koenr
00cae34edd another unclosed <p> 2005-02-06 18:59:13 +00:00
gustav_delius
0e2851b998 Avoid using <p> tags because different browsers treat them differently (e.g in firefox if a table cell starts with a <p> it will start with an empty line, in IE it will not). Use <div> instead. 2005-02-06 18:18:44 +00:00
gustav_delius
0726eb27bb replaced href="#" by href="javascript:void()" as suggested in bug #1980 2005-02-06 15:18:09 +00:00
martignoni
e2b972cab8 Typo corrected 2005-02-06 14:48:06 +00:00
koenr
43892825f6 missing characterset 2005-02-06 12:42:13 +00:00
koenr
5aa0201706 last files moving to xhtml doctype
moving body background-color to stylesheet

forgot this one
2005-02-06 12:39:55 +00:00
koenr
2b7b471a32 last files moving to xhtml doctype
moving body background-color to stylesheet
2005-02-06 12:39:37 +00:00
koenr
a055c69296 moving to xhtml doctype 2005-02-06 12:14:47 +00:00
koenr
354f976c42 wrong characterset
moving to xhtml doctype
2005-02-06 11:21:19 +00:00
gustav_delius
2b6271fccc I have changed the icon for removing a question from a quiz from X to >> and changed the label from 'Delete' to 'Remove' because it does not delete the question but only removes it from the quiz. 2005-02-06 10:42:31 +00:00
skodak
9824495127 detection of oversized requests from clients 2005-02-06 10:06:25 +00:00
gustav_delius
51d0c8b0bd edit column in question tables on edit.php are now wide enough to hold all icons without line break 2005-02-06 07:55:05 +00:00
gustav_delius
f0148d973c If a question is removed from a quiz then also all existing responses (e.g. from teacher attempts) are removed. Thanks to Eloy for pointing out that this was missing, http://moodle.org/mod/forum/discuss.php?d=17167#83331 2005-02-06 07:45:40 +00:00
koenr
9664b4ea0f moving to xhtml doctype
removed the <ol><ol> construction and replaced it with a styl margin-left

removed the body fixed white color and replaced it with a style in docstyles.css
2005-02-06 00:59:14 +00:00
koenr
8c1f5b881b moving to xhtml doctype 2005-02-05 23:37:17 +00:00
urs_hunkler
c24a1ccd08 I added all code to handle the cookies and the sideblock content, the icon and the patches for hiding/showing the content of the sideblocks.
How it works:
_ within the "sideblockheading" a DIV with class="hide-show" holds a link calling the JS containerDisplaySwitching(). To the user it's represented by the icon "switch.gif" (a plus in a square) at the right end side of the header.
_ all content of the sideblock is surounded by a new <div class="blockcontent" id="'.$attributes['id']."_cont\">"
_ a call of the JS containerDisplaySwitching() changes the state of the appropriate DIV with the content to "display:none/inline" and writes this state into a cookie.
_ at the end of every block I added a call to the JS "containerDisplaySet()". This reads the block's state and hides the content or leaves it visible with every page load.
_ in the stylesheet I added the positioning of the icon:
.sideblockheading .hide-show {
    float:right;
}
.sideblockheading a img.hide-show-image {
    padding-top:0.25em;
}
2005-02-05 21:37:53 +00:00
gustav_delius
b37cacae47 It is now no longer possible to add or delete questions in a quiz that students have already attempted, see http://moodle.org/mod/forum/discuss.php?d=16479#86488 2005-02-05 21:03:04 +00:00
koenr
7f3c54ab17 xhtml-compliance 2005-02-05 20:51:23 +00:00
gustav_delius
6eaae5bdd2 fixed my own type (missing ;) 2005-02-05 20:00:15 +00:00
gustav_delius
6f7970138a Taken out some $THEME 2005-02-05 17:28:06 +00:00
fiedorow
c43cb5ad4f Presents login as guest button if course allows guests. 2005-02-05 16:58:28 +00:00
fiedorow
cb4501f401 Remove moodle_set_cookie call 2005-02-05 16:47:50 +00:00
fiedorow
508d0b3c61 Implements log in as guest for courses that allow guests. 2005-02-05 16:46:26 +00:00
fiedorow
9ca3b4f313 Bypass enrolment if guest shortcut for courses that allow guests. 2005-02-05 16:40:38 +00:00
koenr
3d9717ea4f A lot of new strings and help files. This language pack is nearly complete. All checked and corrected to xhtml-compliance. 2005-02-05 13:41:03 +00:00
martignoni
47c24951f6 Changed 'mainmenu' 2005-02-05 12:49:14 +00:00
martignoni
7da61a241e Strings in the lang file are now sorted 2005-02-05 12:48:16 +00:00
martignoni
288bbf5f62 Short days are now shorter (2 characters) 2005-02-05 12:03:55 +00:00
mits
0da3e76446 fixed locale 2005-02-05 08:04:04 +00:00
mjollnir_
ee1bef900a Fixing bug 2480 - meta course enrolment 2005-02-05 05:15:16 +00:00
defacer
6573a08f63 Changing !$course->category to $course->id == SITEID 2005-02-05 03:16:44 +00:00
defacer
1610aa4916 Rewriting "!$course->category" to "$course->id == SITEID" to make it clear. 2005-02-05 02:08:25 +00:00