Admin section must show style

I'm creating an admin section now.  Should I go about this differently?  I went through the tutorials of learncfinaweek and copied the backend admin of this site and pasted into the new site.  Is there more to connect I think to just stick in an admin section?  I think that if I changed the Chemin_admin points to CoreBelief (new site), it must have enough code to display the style at least.  It does not give an error, just not displayed css yet.

I put the css and the javascript up there if she will help find the solution.  I thought that perhaps it would be in the Application.cfc.

Here's how far he gets with the shrunken Application.cfc file:

Debug information

ColdFusion Server Developer11,0,07,296330
Model/CoreBelief/admin/login.cfm
TimestampJanuary 25, 16 15:32
Regional settingsEnglish (United States)
User AgentMozilla/5.0 (Windows NT 10.0;) WOW64; RV:43.0) Gecko/20100101 Firefox/43.0
Remote IP address0:0:0:0:0:0:0:1
Host name0:0:0:0:0:0:0:1

Execution time 

Total timeAverage response timeCountyModel
5 ms5 ms1top levelC:\ColdFusion11\cfusion\wwwroot\CoreBelief\admin\login.cfm
1 ms1 ms1C:/ColdFusion11/cfusion/wwwroot/CoreBelief/Admin/customtags/layout.cfm
0 ms0 ms1CFC [C:/ColdFusion11/cfusion/wwwroot/CoreBelief/admin/cfc/errorBean.cfc | hasErrors()] of C:/ColdFusion11/cfusion/wwwroot/CoreBelief/admin/cfc/errorBean.cfc
0 ms0 ms1CFC [C:/ColdFusion11/cfusion/wwwroot/CoreBelief/admin/cfc/errorBean.cfc: init()] of C:/ColdFusion11/cfusion/wwwroot/CoreBelief/admin/cfc/errorBean.cfc
0 ms0 ms1CFC [(C:/ColdFusion11/cfusion/wwwroot/CoreBelief/admin/cfc/system.cfc | getBasePath(/CoreBelief/admin/login.cfm)] of C:/ColdFusion11/cfusion/wwwroot/CoreBelief/admin/cfc/system.cfc
6 msSTARTUP, PARSING, compiling, LOADING, & SHUTDOWN
11 msTOTAL EXECUTION TIME

= Red for over 250 ms average execution time

Application.CFC:

component {}

This.Name = 'CoreBelief';

This.DataSource = 'CoreBelief';

this.applicationTimeout = CreateTimeSpan (10,0,0,0);

this.sessionManagement = true;

this.sessionTimeout = CreateTimeSpan (0,0,30,0);

/ * this.ormEnabled = true;

{this.ormSettings =}

logsql = true,

DBCreate = "update."

cfclocation = "com/entity".

};

this.invokeImplicitAccessor = true;

This.sessioncookie.HttpOnly = true;

This.sessioncookie.Timeout = "10";

This.sessioncookie.DisableUpdate = true;

function onApplicationStart() {}

application.myName = 'David Carlisle';

application.myPosition = 'Freedom Fighter and Developer';

Returns true;

}

function onRequestStart (string targetPage) {}

If (structKeyExists (url, 'reload')) {}

onApplicationStart();

ormReload();

}

}

*/}

Layout.cfm:

"< name =" cfparam attributes.section"default =" "/ >

"< name =" cfparam url.message"default =" "/ >

< cfif thisTag.executionMode eq 'Start' >

< cfset Chemin_admin = createObject('CoreBelief.admin.cfc.system').getBasePath (cgi.script_name) / >

< cfoutput >

<! DOCTYPE html >

< html lang = "en" >

< head >

< meta charset = "utf-8" >

#attributes.section # < title >: My Personal Website < /title >

< meta name = "viewport" content = "width = device-width, original scale = 1.0" >

< name meta = "description" content = "" >

< name meta = "author" content = "" >

"< link href="#adminPath#/assets/css/bootstrap.min.css "rel ="stylesheet">

"< link href="#adminPath#/assets/css/datepicker.css "rel ="stylesheet">

< style type = "text/css" >

{body

padding-top: 60px banner;

padding-bottom: 40px;

}

} .sidebar-nav

Padding: 9px 0;

}

< / style >

"< link href="#adminPath#/assets/css/bootstrap-responsive.min.css "rel ="stylesheet">

<!-[if lt IE 9] >

" < script src =" http://html5shim.googlecode.com/svn/trunk/HTML5.js "> < / script > .

<! [endif]-->

< / head >

< body >

< div class = "navbar, navbar-reverse, navbar-fixed-top" >

< div class = "navigation bar inner" >

< div class = "container-fluid" >

< a class = "btn, btn-navbar" data-toggle = 'collapse' data-target = '.nav-collapse' >

< span class = 'bar icons' > < / span >

< span class = 'bar icons' > < / span >

< span class = 'bar icons' > < / span >

< /a >

< a class = "brand" href = "#adminPath #/ index.cfm" > my site Web Admin < /a >

< div class = "nav-collapse collapse" >

< class = p 'scrolling to the right text navigation bar' >

< cfif structKeyExists (session, 'emailaddress') & & len (session.emailaddress) > connected as < a href = "" #adminPath #/ logout.cfm ' class = 'bar navigation-link' > #session.emailAddress # < /a > < / cfif > "

< /p >

< ul class = "nav" >

< class < cfif attributes.section eq 'Home' > li 'active' = < / cfif > > < a href = "#adminPath #/ index.cfm" > home < /a > < /li >

< class < cfif attributes.section eq 'curriculum vitae' > li 'active' = < / cfif > > < a href="#adminPath#/content/resume/listworkexperience.cfm" > back < /a > < /li >.

"< class < cfif attributes.section eq 'blog' > li 'active' = < / cfif > > < a href="#adminPath#/content/blog/listblogpost.cfm "> Blog < /a > < /li >

< class < cfif attributes.section eq 'portfolio' > li 'active' = < / cfif > > < a href="#adminPath#/content/portfolio/listportfolio.cfm" > portfolio < /a > < /li > ".

"< class < cfif attributes.section eq 'system' > li 'active' = < / cfif > > < a href="#adminPath#/content/system/listadministrator.cfm "> system < /a > < /li >

< /ul >

< / div > <!-/-> .nav-collapse

< / div >

< / div >

< / div >

< div class = "container-fluid" >

< div class = "row-fluid" >

< len (trim (url.message)) cfif >

< div class = 'alert alert-success' >

#url.message #.

< / div >

< / cfif >

< / cfoutput >

< cfelse >

< / div > <!-/ row->

< / div > <!-/-> container-.fluid

< cfoutput >

"< script src="#adminPath#/assets/js/jquery-1.7.min.js "> < / script >

"< script src="#adminPath#/assets/js/bootstrap.min.js "> < / script >

"< script src="#adminPath#/assets/js/bootstrap-datepicker.js "> < / script >

"< script src="#adminPath#/assets/js/custom.js "> < / script >

< script type = "text/javascript" src = "#adminPath #/... /.." / ckeditor/ckeditor.js "> < / script >"

< script type = "text/javascript" src = "#adminPath #/... /.." / ckeditor/adapters/jquery.js "> < / script >"

< / cfoutput >

< / body >

< / html >

< / cfif >

Tags: ColdFusion

Similar Questions

  • Missing Webapp in the admin section tab

    Hi all

    Lack of Webapp tab in the admin section was there at the beginning where we have added a few, but are no longer able to make changes to this. Account administrator rights. Any reason why this can be hidden now.

    Hayden.

    What plan you are. If you don't have the plan of webCommerce that you do not have access to web applications.

  • Cannot access Admin page, nor showing in Explorer after update to Firmware #26923836

    Hi, I just upgraded to 6.4.2 to 6.5.0

    Before I reboot:

    Cannot access admin page, became a loading bar with the NetGear logo, to receive a connection error message.

    I could see my SIN in Solution Explorer and browse the files.

    I rebooted and now it is happening:

    I get the connection error when tring to access the admin page. -Failure error as if he had nothing to this address. Same thing when I use the IP address.

    I ping the Ip and get an immediate response.

    I found some indications that I should be able to connect in SSH with putty, but it does not work for me.

    The LCD display indicating the right host name and version. I also got a message for the encryption to the startup key.

    Don't know what I can do at this point...

    We have tried to reinstall OS and nothing has changed.

    We have tried to unplug an ethernet, nothing has changed.

    The question has been reassigned to lvl 3. They came into tech mode.

    They discover that one of my 2 hard drives is a not synchronize properly and some corrupted system files. Simply, I removed the HDD and restarted normally. Everything was fine.

    I put the HARD drive bad and resynchronization.

    hope this helps someone else.

    PS, The Netgear Customer Service is good and fast - recommended!

  • CLIP + must show the title of the album during playback

    My CLIP + does not show the title of the album during playback.  It shows only the artist and title of the song.  This is ridiculous and should be easily solved.

    It's a simple solution.  They should do like they did on my old Sandisk m250.  Just show the song title/album scrolling.

  • Weinre does not show style when it is connected with Android devices

    Hello

    I'm trying to connect an Android with Adobe Edge device inspect. Everything seems to work but the styles are not shown in Weinre.

    I tried with two different Android devices to achieve the same result, while everything works perfectly with an iPad.

    This problem happened to someone?

    Thank you

    Hi all

    Have you tried the instructions contained in this doc?

    Your own server from weinre

    Thank you

    Preran

  • the imported videos section now show on first

    Screen Shot 2014-04-29 at 5.15.04 PM.png

    As you can see above, I can't see the section on the CS6 where imported videos.  I looked online to find the problem and couldn't.  I guess even a some quick shortcut key would solve that problem, but I was not able to find a solution...

    Try Shift + Alt + 0 (current reset work space)

  • My dropdown must show 4 itmes that I choose; The items do not come up on top of the menu drop down.

    I can't get my drop-down menu to display the 4 elements needed to accomplish my task. Itmes do not appear in the menu.

    Hello and welcome to the Microsoft answers community.

    To help you, I'll have to ask a question: what program or an application are you unable to access your menu drop-down?

    I can't wait to hear back on your part.

    Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Creative apps of my cloud section keeps showing the loading icon spinning and I can't see any apps or download anything! He was loading forever and I am unable to download :(

    My internet is perfect, I think that there is just a bug in the creative cloud. Is there another way to download essays?

    Hello

    Please check the help below document:

    Does not open App | Wheels of progress turn continuously

    You can also view the nets below where this issue has been addressed:

    Adobe Creative Cloud / Desktop App / Home Screen: constant spinning wheel

    Creative Cloud Desktop App taped blue spinning wheel after update.

    Hope this helps!

  • Creative cloud in the 'Community' section window shows only not in full width

    Does anyone else have this problem that the community does not appear in full width? It's rather stunk and he does not get resolved almost all year round. I have the latest version of creative cloud on Windows 8.1.

    Creative-Cloud-window-Community-full-width.jpg

    Please try to close the process creative cloud of the Task Manager and rename the folder in OOBE OOBE.old of: %localappdata%/Adobe.

    If that isn't working, please try to remove the creative cloud using cleaning tool or cloud creative uninstaller and reinstall it using the: https://helpx.adobe.com/creative-cloud/help/install-apps.html.

    Let us know if that helps.

  • In the web section certificate, showing after IOM 9.1.0.1 console install

    In the web console Attestationmenu point appears no not after IOM 9.1.0.1 installation

    Version: 9.1.0.1860.16
    Generation 1860.16

    Thank you.

    Choose Oracle Identity Manager with verification and compliance Module during the installation.

    INIYA.

  • Cannot get pse10 to take my styles, have had some PES 10 for 2011 pse13 bought and installed, uninstalled pse10 inorder to get pse13 to install easer, I reinstalled pse10 but now the stules I do not appear in the effect section. I checked the two section

    Cannot get pse10 to take my styles, have had some PES 10 for 2011 pse13 bought and installed, uninstalled pse10 inorder to get pse13 to install easer, I reinstalled pse10 but now the stules I do not appear in the effect section. I checked the two sections where the styles light up on windows 7

    I suggest that you need to reset your preferences file by using this method:

    Start PSE10 until the Welcome screen.  The home screen looks like this:

    When you are in the Welcome screen, press first Ctrl + Alt + Shift + AND click 'change' to get a different dialog like this:

    You must click Yes and you're done.  This particular area is sometimes hidden, so you will need to drag the homescreen on the side with your mouse a #to make it visible.

    I hope this helps.

  • Table of contents using a style/section of the master page

    I'm at the top of my head I think... and probably incorrectly to the top of my document.  I hope I can quickly explain where I am:

    Question 1

    I'd like a Table of contents to use 10 section headers that appear throughout my document.  Here's how I set up:

    • In the master page, a place for the header of section and it gives a paragraph style.
    • Then, throughout the document, I used the "numbering and section options" start each new section and give this article is the unique name.

    When I went to generate the Table of contents, I've specified using this particular paragraph style that I used for the section headers, but nothing appears (except for the title, I asked for the General table of contents).  It's as if this isn't to find the sections - or this style (which applies only to the master page).

    Where am I wrong?

    Question 2

    I wish that my Table of contents, not numbered.  How do I do that?

    Shanell

    I don't know that you understood my post. I was able to do exactly what you did - create a master page with a frame and the section marker character (indicating "section" on the master page) and then add the actual text of the marker in the numbering and section options. The text appears on the page of live document.

    When I tried to do a table of contents, text was not resumed UNTIL I selected and carried this master frame on the page of the document (Ctrl + Shift + click on Windows or Cmd + Shift + click on Mac on the image that you want to replace). After substitution, the text appeared as scheduled in the table of contents.

    You're right about the number of page for this page. You can use another master without a page number, or you can cancel and delete the master page number frame. I assume that you will need to use a different master for the first page and pages in any section to avoid having the marker appear on all pages, or you can replace only the first page so that you don't repeat entries in the table of contents for each page of each section.  If you use the marker as a running header Section, you can learn more about Variables header running in the help files in place. In many ways, the use of a variable can be simpler and more direct.

  • Cannot save styles with Text Edit ver 1.10

    I read the book Missing Manual and also help online Text Edit topics, but I can't do styles work for me in editing text.

    When I click on the Styles button on the rule and select 'Show Styles' nothing happens. Same thing under Format > police > Styles menu. I have no way to save or set a style.

    Any ideas?

    I use a Mac Book Pro with Yosemite and Text Edit 1.10.

    Please, back up all data before proceeding.

    Triple-click anywhere in the line below on this page to select this option:

    ~/Library/Containers/com.apple.TextEdit

    A right click or Ctrl-click on the line and select

    Services ▹ reveal in Finder (or just to reveal)

    of the contextual menu.*, a file must open with a selected item. Quit the application runs. Move selected item to the trash. Restart the application and test.

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • I want my standard account work and delete the Admin account.

    When I got to the computer a portable windows 7 I did the daughter of a user name maxewell my keyboard got wet and I had it repaired my password was Danielle livick when I got my laptop back I added Danielle 28 and it of a standard user and deleted maxewell daughter well, in the search bar it shows up , but not in the control panel to remove it, so I don't know why it's there and how to remove and also I made an account administer Danielle 29 and every time I do something on my computer a thing with Danielle 29 and he asks me a password then when I did the admin account , I didn't put a password I tried to remove it and it won't let me all I want my standard account 28 Danielle and delete the admin account, but I can't help me please

    Original title: Hi I have a windows 7

    You must be at least one account Admin on the PC.  It's just the way that Windows 7 works.

    The account that you used to make the new Admin account must also be an administrator full - account only administrators can make new accounts.

    Of running Windows 7, it is recommended to use a user account Standard for all daily activities.  In addition to that, make two password protected administrator accounts & write passwords.  Make a password reset disk for each account on the PC.

    On the removal of Maxewell girl - the account is deleted [this is possible by an Admin]

    1. go to the daughter of C:\Users\Maxewell's and copy all the files of this user that you want to continue

    2 using Control Panel, user accounts, manage another account.

    3 you can then remove the entire Panel Contorl system, advanced system, Advanced tab settings user profile, select user account profiles - settings button - then click on the button Delete

    4. go on girl C:\Users\Maxewell's and verify that the files are deleted

  • Looking for Admin settings and preferably the user to install new 8.3 Primavera

    Hi all

    This is my first foray in MOSC (unless I forgot a precedent... )

    Our current P6 8.3 was born of several years of updates/upgrades since the time of P3.  We found the opportunity to meet our preferences user and admin and it made us want to compare our user preference settings and current Admin what would a stock "out of the box" installation  It is my understanding that industry in the Administrator's preferences is the only setting of Admin preference must be entered by an Admin after an upgrade or new installation, so that seems to say that all other parameters some determined in advance by default.  The user guide tells me how to set all the preferences, but does not say what they would be if you did not specify your own settings.

    I searched the Primavera ORACLE support stuff and found a user guide for an earlier version (6.something maybe?) that showed a few pictures of some of the tabs preferences screen, but the current version of the user guide only includes the steps to change the settings.

    Suggestions?

    Thank you

    Doug Bunch

    Well that this article was written as a solution to the different types of corruption in P6, the result will be 'default' for the user, the user preference settings you specify here :

    Update userdata set user_data = null where Field_Name = "pm_settings" and user_id in (select user_id from user where user_name = '');


    How to remove Application Settings preferences user one user (Edit, user preferences), if the account has been corrupted in project management or Web Access (Doc ID 894279.1)

Maybe you are looking for