diff options
Diffstat (limited to 'templates/new_project.html')
-rw-r--r-- | templates/new_project.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/new_project.html b/templates/new_project.html index f89ad0a..0efc2bd 100644 --- a/templates/new_project.html +++ b/templates/new_project.html @@ -12,13 +12,19 @@ <label for="name">project name</label> <input id="name" type="text" name="project_name" value="your project's name" onfocus="clearInput('name')"/> </li> + <li><p style="margin-bottom:-10px;"><strong>How should I name my project?</strong></p><br/> + We would be grateful if you could give your project an unambiguous name. For example, calling your + project <em class="black">mafi3</em> would definitely NOT be unambiguous, but <em class="black">loginname_ss2010_mafi3</em> would be well chosen.<br/> + We also do prefer lower-case letters, no white space and no dots in the project name. And there will be NO projects called <em class="black">test</em>. + If you were just about to write 'test', forget it! No! There will be no test projects! + </li> <li> <label for="desc">project description</label> <textarea id="desc" style="width: 70%;" type="text" name="project_desc" onfocus="clearInput('desc')" rows="10" maxlength="500">describe your project here</textarea> </li> <li> <fieldset> - <legend>i want my project to be <em>*</em></legend> + <legend>i want my project to be <strong><em>*</em></strong></legend> <label><input type="radio" name="priv" value="open" checked="checked" /> open</label> <label><input type="radio" name="priv" value="private" /> private</label> </fieldset> @@ -29,7 +35,7 @@ </form> <hr style="margin: 20px 0 10px; width: 40%; color: #C9DCA6;" /> <p style="width: 85%; font-size:11px; color:dark-gray; text-align:justify;"> -<em>*</em> it is recommended that your project is <em>open</em>. this means read-access for everyone (<em>open source!</em>).<br/> -a <em>private</em> project will grant read- and write-access only to its members. +<strong><em>*</em> It is recommended that your project is <em>open</em>. this means read- (but not write-) access for everyone (<em>open source!</em>). + A <em>private</em> project will grant read- and write-access only to its members.</strong> </p> {% endblock %} |