diff --git a/bank/original/25696c5.jpg b/bank/original/25696c5.jpg new file mode 100644 index 0000000..0e35b7b Binary files /dev/null and b/bank/original/25696c5.jpg differ diff --git a/bank/rannou/modified/25696c5-flip-rotate.jpg b/bank/rannou/modified/25696c5-flip-rotate.jpg new file mode 100644 index 0000000..dd4b032 Binary files /dev/null and b/bank/rannou/modified/25696c5-flip-rotate.jpg differ diff --git a/bank/rannou/modified/25696c5-flip.jpg b/bank/rannou/modified/25696c5-flip.jpg new file mode 100644 index 0000000..42f2b85 Binary files /dev/null and b/bank/rannou/modified/25696c5-flip.jpg differ diff --git a/bank/rannou/modified/25696c5-rotate.jpg b/bank/rannou/modified/25696c5-rotate.jpg new file mode 100644 index 0000000..5be96c7 Binary files /dev/null and b/bank/rannou/modified/25696c5-rotate.jpg differ diff --git a/bank/rannou/original/25696c5-flip.jpg b/bank/rannou/original/25696c5-flip.jpg new file mode 100644 index 0000000..42f2b85 Binary files /dev/null and b/bank/rannou/original/25696c5-flip.jpg differ diff --git a/bank/rannou/original/25696c5.jpg b/bank/rannou/original/25696c5.jpg new file mode 100644 index 0000000..0e35b7b Binary files /dev/null and b/bank/rannou/original/25696c5.jpg differ diff --git a/bank/rannou/original/arrow_down.png b/bank/rannou/original/arrow_down.png new file mode 100644 index 0000000..d7778d6 Binary files /dev/null and b/bank/rannou/original/arrow_down.png differ diff --git a/body.php b/body.php deleted file mode 100644 index 5ce511b..0000000 --- a/body.php +++ /dev/null @@ -1,19 +0,0 @@ - - -
- -
- -
- -
- -
- -
- -
- -
- - diff --git a/css/registeredarea.css b/css/registeredarea.css new file mode 100644 index 0000000..0eb48f2 --- /dev/null +++ b/css/registeredarea.css @@ -0,0 +1,74 @@ +body { +margin:0; +padding:0 +} + +#slidedown_top { +height: 70px; +background-color:#666; +} + +#slidedown_bottom { +position: absolute; +width: 100%; +height:100%; +background-color:#666; +} + +#slidedown_content { +position: absolute; +width: 100%; +height: 250px; +top: -205px; +text-align:center; +background:url(libs/bg.gif) repeat-x 0 bottom; +z-index:999; +} + +#slidedown_content .content { +margin:0 auto; +width:830px; +height:205px; +} + +/* Styles for content */ + +#slidedown_content .content .block { +float:left; +width:250px; +padding:0 4px 0 4px; +margin: 0 4px 0 4px; + +text-align:left; +font-family:georgia; +font-size:11px; +color:#ccc; +} + +#slidedown_content .footer { +height:40px; +} + +#slidedown_content .content li { +padding:0; +margin:4px 0 +} + +.clear {clear:both} + +.example { + float: left; +margin: 15px; +} + +.fileTree { +width: 200px; +height: 400px; + border-top: solid 1px #BBB; + border-left: solid 1px #BBB; + border-bottom: solid 1px #FFF; + border-right: solid 1px #FFF; +background: #FFF; +overflow: scroll; +padding: 5px; +} \ No newline at end of file diff --git a/index.php b/index.php index 9af0c67..ffebc63 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,4 @@ Login - // - +# + + +
+ +
+ +
+ +
+ +
+ +
+ + diff --git a/ajax.js b/js/ajax.js similarity index 100% rename from ajax.js rename to js/ajax.js diff --git a/login.php b/login.php index 23d4d47..f562d23 100644 --- a/login.php +++ b/login.php @@ -1,5 +1,4 @@ "; } } @@ -72,9 +67,8 @@

Enter account informations

-Username*:
+Email*:
Password*:
-Email*:

* Required fields

diff --git a/registeredarea.php b/registeredarea.php index f4cfc8c..5eb6c5f 100644 --- a/registeredarea.php +++ b/registeredarea.php @@ -5,7 +5,8 @@ Registered area - + + @@ -17,7 +18,7 @@ var full = String(directory.concat(a)); var full2 = full.concat("/"); $(document).ready( function() { - $('#fileTreeDemo_1').fileTree({ root: full2, script: 'libs/connectors/jqueryFileTree.php' }, function(file) { + $('#fileTree').fileTree({ root: full2, script: 'libs/connectors/jqueryFileTree.php' }, function(file) { openFile(file) ;}) ;}); $(document).ready(function() { @@ -31,115 +32,40 @@ //UpdateImageIfAny(); - -
-
-

- - -

- -Please choose a file:
- - - - - - - - - - - - - - - - -
Your imagesPreviewFiltersFiltered image
- -
-
-
-
+
+
+

+ + +

+ +
+ Please choose a file:
+ +
+ + + + + + + + + + + + + + +
Your imagesPreviewFiltersFiltered image
+ +
+ +
+
\ No newline at end of file