From: Dobrica Pavlinusic Date: Sun, 10 Jul 2011 12:06:19 +0000 (+0200) Subject: move user.html template to static one X-Git-Url: http://git.rot13.org/?p=APKPM.git;a=commitdiff_plain;h=6beec690c50da3979a0e9f416c0dbd1b168b0df8 move user.html template to static one It's pure Angular anyway --- diff --git a/public/user.html b/public/user.html new file mode 100644 index 0000000..c6f1ca7 --- /dev/null +++ b/public/user.html @@ -0,0 +1,215 @@ + + + + + + + + +
+ +
+ + + + + + {{message | html}} + +
+ +
+Add columns +
    +
  • {{c}} +
+
+ + + + + + + + +
{{c}}
{{u[c]}}
+ + + +
+ +

{{selected_username}} LDAP entry

+ +
    +
  • {{c}} {{ldap[0][c]}}
  • +
+ +
+

{{cpe.table}} {{username}}

+
{{cpe.rows[0]}}
+
+ + +
{{gnuplot.sql}}
+ +
+ + +
+{{self}}
+    
+
+ + diff --git a/templates/user.html.ep b/templates/user.html.ep deleted file mode 100644 index 5c0f087..0000000 --- a/templates/user.html.ep +++ /dev/null @@ -1,211 +0,0 @@ -% layout 'angular'; - - - - - -
- -
- - - - - - {{message | html}} - -
- -
-Add columns -
    -
  • {{c}} -
-
- - - - - - - - -
{{c}}
{{u[c]}}
- - - -
- -

{{selected_username}} LDAP entry

- -
    -
  • {{c}} {{ldap[0][c]}}
  • -
- -
-

{{cpe.table}} {{username}}

-
{{cpe.rows[0]}}
-
- - -
{{gnuplot.sql}}
- -
- - -
-{{self}}
-    
-