Displaying 3 results from an estimated 3 matches for "main_title".
Did you mean:
main_file
2006 Mar 31
5
RoR 1.1 RJS problem
...r( :partial => "conf_net")
end
end
*******************************************************************************
The index.rhtml:
<%=
javascript_tag("document.getElementById(''index'').className=''selected'';")
%>
<div id="main_title">
<%= $PROJECT_NAME %> Configuration Wizard
</div> <!-- main_title -->
<div id="main_description">
This wizard will walk you through configuring your <%=
$PROJECT_NAME %>
system. Click the Begin button to start the process....
1996 Nov 25
2
XMCD v2.1 released (was: Security Problems in XMCD)
This is to announce that XMCD 2.1 patchlevel 0 has been released
which fixes all of the issues previously raised by David Meltzer.
It also contains a number of other minor feature and functionality
enhancements. The new version may be obtained via the xmcd web page at:
http://sunsite.unc.edu/~cddb/xmcd/
Users of xmcd with older versions are encouraged to upgrade.
-Ti
--
\\ // XMCD - Motif CD
1996 Nov 21
2
Re: BOUNCE: Re: Chattr +i and securelevel
...code; to provide some level of assurance would take a far more detailed
examination that I simply can not devote the time to achieve for a
non-critical piece of code such as xmcd.
The offending line of code is in cdfunc.c in the cd_init() function:
sprintf(titlestr, "%s %d", app_data.main_title, app_data.devnum);
The titlestr is defined to be char titlestr[STR_BUF_SZ]. The string
app_data.main_title is read from the XMcd resource file which will be
read from a user''s home directory. A user can then modify the
XMcd*mainWindowTitle resource to an arbitrary length string.
Que...