]> source.dussan.org Git - nextcloud-server.git/commitdiff
away with the h1, in with the good stuff
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sat, 16 Apr 2011 22:44:51 +0000 (00:44 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sat, 16 Apr 2011 22:45:22 +0000 (00:45 +0200)
files/templates/admin.php
files/templates/index.php
help/templates/index.php
settings/templates/index.php

index 811b48af0274af1778e4dcdeb7cd7fd06e3e6080..65a540ac914a06a59245936742a1c2a2ab14bb2d 100644 (file)
@@ -1,10 +1,3 @@
-<?php
-/*
- * Template for files admin page
- */
-?>
-<h1>Admin</h1>
-
 <form>
        <input type="checkbox" /> Allow public folders<br>
 
index 94d3769c9acffda2ba5866c1b55017b200ebb09b..49742a98136e7ba25fff48ef9acfb100cceee46a 100644 (file)
@@ -1,10 +1,3 @@
-<?php
-/*
- * Template for files
- */
-?>
-<h1>Files</h1>
-
 <div class="controls">
        <p class="actions">
                <a href="" title="" class="upload" id="file_upload_button">Upload</a><a
index 945969d88c59e9b9b51654f91803ac645e6ca514..19b0fa8e7fa26bde6fb3ac5ae3362e712f3ff49a 100644 (file)
@@ -1,8 +1 @@
-<?php
-/*
- * Template for settings page
- */
-?>
-<h1>Help</h1>
-
-Help.
\ No newline at end of file
+This is self-explanatory. Why are you here?
index 106d313c014473e615b2af8bc9ba4e360688850c..910437fefc9c1a553eaebfb931bd4663271cda9a 100644 (file)
@@ -1,8 +1,28 @@
-<?php
-/*
- * Template for settings page
- */
-?>
-<h1>Settings</h1>
+<form id="quota">
+       <fieldset>
+               <legend>Account information</legend>
+               <div id="quota_indicator"><div style="width:72%;">&nbsp;</div></div>
+               <p>You're currently using 72% (7.2GB) of your 10GB space.</p>
+       </fieldset>
+</form>
 
-Welcome to the settings! Bla bla bla
\ No newline at end of file
+<form id="user_settings">
+       <fieldset>
+       <legend>User settings</legend>
+       <p>
+               <label for="email">Email :</label>
+               <input type="text" id="email" name="email" value="user@example.net" />
+       </p>
+       <p>
+               <label for="pass1">New password :</label>
+               <input type="password" id="pass1" name="pass1" /> 
+       </p>
+       <p>
+               <label for="pass2">Confirm new password :</label>
+               <input type="password" id="pass2" name="pass2" /> 
+       </p>
+       <p class="form_footer">
+               <input type="submit" value="Save" />
+       </p>
+       </fieldset>
+</form>