2012-12-12 02:29:58 +00:00
|
|
|
// THIS FILE IS AUTO-GENERATED FROM debug.html
|
2012-02-28 03:51:21 +00:00
|
|
|
// DO NOT EDIT.
|
|
|
|
package ui
|
2012-11-05 17:43:47 +00:00
|
|
|
|
2012-02-29 06:49:52 +00:00
|
|
|
import "time"
|
2012-11-05 17:43:47 +00:00
|
|
|
|
2012-11-28 23:54:56 +00:00
|
|
|
import "camlistore.org/pkg/fileembed"
|
|
|
|
|
2012-02-28 03:51:21 +00:00
|
|
|
func init() {
|
2013-01-20 20:46:50 +00:00
|
|
|
Files.Add("debug.html", 1258, fileembed.String("<html>\n"+
|
2012-11-05 17:43:47 +00:00
|
|
|
"<head>\n"+
|
|
|
|
" <title>Camlistored UI</title>\n"+
|
|
|
|
" <script type=\"text/javascript\" src=\"base64.js\"></script>\n"+
|
|
|
|
" <script type=\"text/javascript\" src=\"Crypto.js\"></script>\n"+
|
|
|
|
" <script type=\"text/javascript\" src=\"SHA1.js\"></script>\n"+
|
|
|
|
" <script src=\"camli.js\"></script>\n"+
|
2012-12-12 02:29:58 +00:00
|
|
|
" <script src=\"debug.js\"></script>\n"+
|
2013-01-20 20:46:50 +00:00
|
|
|
" <script src=\"?camli.mode=config&cb=Camli.onConfiguration\"></script>\n"+
|
2012-11-05 17:43:47 +00:00
|
|
|
" <link rel=\"stylesheet\" href=\"camli.css\">\n"+
|
|
|
|
"</head>\n"+
|
|
|
|
"<body class=\"camli-ui-index\">\n"+
|
|
|
|
" <h1>Camlistored UI</h1>\n"+
|
2012-12-12 02:29:58 +00:00
|
|
|
" <p class=\"camli-nav\"><strong>Debug:</strong>\n"+
|
2012-11-05 17:43:47 +00:00
|
|
|
" <a href=\"disco.html\">discovery</a> |\n"+
|
|
|
|
" <a href=\"signing.html\">signing</a></p>\n"+
|
|
|
|
"\n"+
|
|
|
|
" <button id=\"btnNew\">New</button> - create a new item or collection \n"+
|
|
|
|
"\n"+
|
|
|
|
" <h2>Recent Objects</h2>\n"+
|
2012-11-09 18:35:59 +00:00
|
|
|
" <p class=\"camli-nav\">\n"+
|
|
|
|
" <strong>View:</strong>\n"+
|
|
|
|
" <a href=\"recent.html\">thumbnails</a></p>\n"+
|
2012-11-05 17:43:47 +00:00
|
|
|
" <ul id=\"recent\"></ul>\n"+
|
|
|
|
"\n"+
|
|
|
|
" <h2>Search</h2>\n"+
|
|
|
|
" <form id=\"formSearch\">\n"+
|
|
|
|
" <p>\n"+
|
|
|
|
" <input id=\"inputSearch\" placeholder=\"tag1\">\n"+
|
|
|
|
" <input type=\"submit\" id=\"btnSearch\" value=\"Search\">\n"+
|
|
|
|
" </form>\n"+
|
|
|
|
"\n"+
|
|
|
|
" <h2>Upload</h2>\n"+
|
|
|
|
" <form method=\"POST\" id=\"uploadform\" enctype=\"multipart/form-data\">\n"+
|
|
|
|
" <input type=\"file\" id=\"fileinput\" multiple=\"true\" name=\"file\" disabled=\"true\""+
|
|
|
|
">\n"+
|
|
|
|
" <input type=\"submit\" id=\"filesubmit\" value=\"Upload\" disabled=\"true\">\n"+
|
|
|
|
" </form>\n"+
|
|
|
|
"\n"+
|
|
|
|
"</body>\n"+
|
|
|
|
"</html>\n"+
|
2013-01-20 20:46:50 +00:00
|
|
|
""), time.Unix(0, 1358714643000000000))
|
2012-02-28 03:51:21 +00:00
|
|
|
}
|