Alexey Sokolov
4a940a3a3a
Make more core strings translateable
2016-02-24 21:31:38 +00:00
Alexey Sokolov
d09a0a0966
Make some strings in core translateable.
2016-01-31 20:09:19 +00:00
Alexey Sokolov
bb4060ce5e
Add non-minified versions of jQuery-UI and Selectize.
...
Also upgrade selectize to 0.12.1.
Make Debian happy.
2015-04-26 19:36:34 +01:00
Alexey Sokolov
d884ff76c0
Merge branch '1.6.x'
2015-04-06 22:42:25 +01:00
Alexey Sokolov
21834d3aba
Improve breadcrumbs in webadmin.
...
Fix #227
2015-04-06 22:40:55 +01:00
Alexey Sokolov
cc0574b084
Add drag-and-drop to SASL webpage
2015-04-04 10:28:38 +02:00
Alexey Sokolov
bd9450b99e
Webadmin: Add GUI for character encoding
2014-12-21 17:08:41 +00:00
J-P Nurmi
f9baa980a3
Web: make the banner logo a link to home
2014-09-07 20:34:22 +02:00
Vasily Fomin
c927f9d419
Move CSS definition into template file so it can be processed by template engine.
...
This gives us opportunity to handle URI prefixes.
2014-06-10 22:51:14 +02:00
uu1101
26a9d73cba
Set favicon URL to respect the prefix
...
When not specified, browsers tend to send favicon request to
/favicon.ico. This commit tells the browsers to look for it under the
URIPrefix.
2014-02-16 12:45:10 +01:00
uu1101
4376b373d8
Prepend URIPrefix to web interface links
...
Prefix links in templates with URIPrefix and add the input field to the
Listener editor.
The URIPrefix is provided as a top-level template variable. All URIs
have been changed to have the prefix prepended.
2014-02-16 12:45:10 +01:00
Lunatrius
4368c189f7
Fixed double forward slashes and incorrect active module highlighting.
2013-07-01 17:30:32 +02:00
Alexey Sokolov
9b3a764a6c
Use XHTML
2012-03-23 11:14:29 +07:00
Alexey Sokolov
b46231b12d
Let lang to be the same as xml:lang in web.
2012-03-23 01:17:29 +07:00
Alexey Sokolov
fb2b5193bc
Show link to http://znc.in from web
2012-03-22 04:27:26 +07:00
Kyle Fuller
7beb7172d6
Set a valid HTML5 doctype before we use HTML5 features
...
It isn't valid HTML5 to use maxlength with input[type="number"]
2012-03-21 17:32:29 +00:00
Kyle Fuller
fc8e789b08
Don't show network modules title if we don't have any network modules
2012-02-19 18:44:54 +00:00
Kyle Fuller
e08d53dcd5
Show network modules on the web interface menu
...
Closes #121
2012-02-13 23:58:32 +00:00
Kyle Fuller
b1ed9c9b74
Add methods to CModule to get the web path
...
Add these values to the template and use them when linking to any module
2012-02-09 17:07:28 +00:00
Kyle Fuller
b1593238d5
Make the URL's for web modules include the module type ( #121 )
2012-02-09 14:19:26 +00:00
darthgandalf
796a9d1dbf
Remove advice to edit znc.conf manually from web interface.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2186 726aef4b-f618-498e-8847-2d620e286838
2010-12-18 04:18:54 +00:00
cflakes
1110d2e1ac
WebMods: Converted some CRLFs to LFs, changed <td> into <th> in webadmin's traffic.tmpl. "Patches" by zynox, thanks.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2061 726aef4b-f618-498e-8847-2d620e286838
2010-07-04 17:18:59 +00:00
psychon
01453c533b
Remove useless help page on webskins
...
Didn't do anything and certainly wasn't helpful at all.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2002 726aef4b-f618-498e-8847-2d620e286838
2010-05-21 16:30:54 +00:00
cflakes
364ad3e4fb
Fix revision 1949... the SORT thing obviously needs to go into <?LOOP?> and not <?IF?> OH HAI BRIAN
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1951 726aef4b-f618-498e-8847-2d620e286838
2010-04-28 23:16:00 +00:00
cflakes
73c6a32742
Another patch by BrianC, building upon the previous revision,
...
this uses the new sort feature to sort channel tables in stickychan's
and webadmin's channel tables and webadmin's user table, also the module
names in the menu. Hooray!
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1949 726aef4b-f618-498e-8847-2d620e286838
2010-04-28 22:00:26 +00:00
cflakes
4f55857434
WebMods: Moved some shared/common CSS things into a global.css file that all skins (should) embed.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1945 726aef4b-f618-498e-8847-2d620e286838
2010-04-26 16:39:11 +00:00
cflakes
68c4931e2d
WebMods: Delete obsolete login.tpl template. The login form has been
...
on / and /help and so on for some months.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1934 726aef4b-f618-498e-8847-2d620e286838
2010-04-25 13:52:19 +00:00
cflakes
298d7f0997
WebMods: Following the last commit, this adds the CSRF check token
...
to existing action="post" forms. Right now, we don't have much of a
real protection against CSRF yet, but psychon is working on making
that happen :)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1933 726aef4b-f618-498e-8847-2d620e286838
2010-04-25 13:35:06 +00:00
cflakes
edc102268b
WebMods: Remove totally obsolete MSIE JS variable.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1916 726aef4b-f618-498e-8847-2d620e286838
2010-04-15 12:23:04 +00:00
cflakes
cea6ad3469
WebMods: Added a message to the home/index page that
...
informs the user if no Web-enabled modules have been loaded.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1915 726aef4b-f618-498e-8847-2d620e286838
2010-04-15 12:02:41 +00:00
cflakes
30d996dae8
WebMods: Finally fixed the default theme. Looks pretty nice now.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1907 726aef4b-f618-498e-8847-2d620e286838
2010-04-13 20:25:44 +00:00
cflakes
26be9023ff
Fixing some invalid XHTML markup.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1883 726aef4b-f618-498e-8847-2d620e286838
2010-04-05 11:17:24 +00:00
cflakes
51cf28c061
More skin updates on the way from webadmin to webmods. Not yet done.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1871 726aef4b-f618-498e-8847-2d620e286838
2010-04-04 12:42:00 +00:00
cflakes
6c5421b021
Deleted obsolete modules/webadmin dir, copied CSS files for ice & default to
...
webskins dir, made default the _default_ skin, moved dark-clouds to dark-clouds,
added /skinfiles/ feature to base skins on each other (and not only on default).
Next up: re-adding help texts that got lost during webadmin->webmods transition,
making skins look nice again.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1868 726aef4b-f618-498e-8847-2d620e286838
2010-04-04 10:27:33 +00:00
prozacx
c5dbfaf4fa
Don't show form for logged in users
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1801 726aef4b-f618-498e-8847-2d620e286838
2010-03-01 02:06:25 +00:00
prozacx
c27713cc1d
Added support for cookies and sessions. Logging in is now done via cookies.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1799 726aef4b-f618-498e-8847-2d620e286838
2010-03-01 01:22:02 +00:00
prozacx
fa6b595e06
Separated a bunch of the individual components out of BaseHeader.tmpl into their own include files
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1797 726aef4b-f618-498e-8847-2d620e286838
2010-02-28 22:08:17 +00:00
prozacx
3d5c56c7a7
Don't display the modname twice in breadcrumbs
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1796 726aef4b-f618-498e-8847-2d620e286838
2010-02-28 21:34:05 +00:00
prozacx
ad92c58c42
Initial commit of webmods - still lots of work to be done
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1784 726aef4b-f618-498e-8847-2d620e286838
2010-02-22 07:40:22 +00:00