Changeset 3287
- Timestamp:
- 07/19/07 16:28:11 (1 year ago)
- Files:
-
- trunk/freewrt/package/fwwif/Makefile (modified) (1 diff)
- trunk/freewrt/package/fwwif/extra/fwwif.ecpp (modified) (1 diff)
- trunk/freewrt/package/fwwif/extra/header.ecpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/fwwif/Makefile
r3254 r3287 8 8 9 9 PKG_NAME= fwwif 10 PKG_VERSION= 2007071 711 PKG_RELEASE= 210 PKG_VERSION= 20070719 11 PKG_RELEASE= 1 12 12 NO_DISTFILES= 1 13 13 trunk/freewrt/package/fwwif/extra/fwwif.ecpp
r3247 r3287 81 81 </%cpp> 82 82 <h1>Welcome!</h1> 83 <p>Welcome to the FreeWRT webinterface. Find below a few management 84 tasks you can already do with this work in progress. Note that, at 85 the moment, authentification does not yet work.</p> 83 <p>Welcome to the FreeWRT Administration webinterface. Find below a 84 few management tasks you can already do with this work in progress.</p> 86 85 <ul> 87 86 % reply.out() << global_index; trunk/freewrt/package/fwwif/extra/header.ecpp
r3130 r3287 68 68 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head> 69 69 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 70 <title><$ title $> – FreeWRT Webinterface </title>70 <title><$ title $> – FreeWRT Webinterface (beta)</title> 71 71 <link rel="stylesheet" type="text/css" href="/fwws.css" /> 72 72 </head><body> … … 75 75 <object data="/images/logo.svg" /> 76 76 </div> 77 <div class="hdrtxt"> Webinterface</div>77 <div class="hdrtxt">Administration</div> 78 78 </div> 79 79 <div class="content">


