We can see the s9y version by viewing the page source.yellowled wrote:While I second that from a design standpoint, it does have its benefits to emit the versions there. If somebody states his blog url in the forum, but omits the versions, we always have a quick way to look them up. I'm not saying this should be a deciding factor, it's just something to consider.Don Chambers wrote:I do not want the entire banner normally emitted in the admin suite, nor s9y & php versions on the login form.
In the simplest form, lets say I want these admin links (ie, new entry, edit entries, comments, configuration, media library, etc) to be buttons. And lets further say that I want to change the button appearance when it has been selected. I click on "Manage styles", and the url changes to "http://www.domain.com/serendipity_admin ... =templates". That's great, so in my smarty template I have something like {if $currpage="http://www.domain.com/serendipity_admin ... s_selected", and via css I change the appearance of that button.yellowled wrote:Of course, but now that (almost) all of the backend is smartified, you'll be able to have individual markup for those pages (actually, “just” for their content). Are you saying you would need i.e. an id for the body or something? What for?Don Chambers wrote:What I meant is that I cannot uniquely identify all the admin pages by a predictable url... There is no single url for "manage styles"... it changes depending on what you are doing.
Numerous problems exist because, if I select a different template, the current url changes based on the selected template, such as "http://www.domain.com/serendipity_admin ... heme]=2k11"... and now my conditional test for the templates page no longer works. If you select a template with options and save those options, the page refreshes to "http://www.domain.com/serendipity_admin.php", even though the page is still what we would mostly see by selecting "manage styles". See the problem?
Not sure if you caught it yet, but I see that one of your recent commits seems to have overwritten the frontend entries.tpl with your admin version in 2k11.