Page Customization (from D70)

Posted by Matthew Barrett on 2/2/2022

Here is the information from my Best Practice.
Tami Boley
tboley@district70.org 
 
You will need to go to:  system/system settings/page and data management/custom page management
 
You will then go into folder:  Admin/Wildcards
 
You will find the screen:  
Screen Shot 2021-10-21 at 1.35.28 PM.png
 
The coding is as follows:
 
~[if#rpen.has_role_capability=RPEN]
<p id="prov_enrollment_alert">~[x:provisionalenrollstatus]</p>
[/if#rpen]
<p id="student_detail_header">~(studentname) <a class="dialogM" title="~[text:psx.txt.wildcards.student_detail_header_line.find_me]" href="/admin/alerts/findmealert.html?frn=~(studentfrn)"><img src="/images/img/find-me-icon-23x23.svg"></a> &nbsp; ~([01]grade_level) &nbsp; ~([01]student_number) &nbsp; &nbsp; ~([01]track) &nbsp; &nbsp; ~(studschoolabbr;usestudschool) &nbsp; &nbsp; ~[enrollmentstatus]<br> <FONT COLOR="#098438"><B>~(prefered_first_name)</FONT></B> <p>DOB:~(dob)&nbsp; Phone:~(home_phone)&nbsp;~(decode;~(gender);m;M;f;F;Blank)&nbsp; ~(decode;~(Ethnicity);05;W;04;H;03;B;02;A;01;AI;Blank)&nbsp;~(State_StudentNumber) &nbsp;HR: ~(home_room)&nbsp; PSU: ~(student_web_id)&nbsp &nbsp; Info: ~(information_packet)&nbsp;&nbsp; Age: ~(age)&nbsp;&nbsp;<br>
    EntryDate: ~(EntryDate)&nbsp;&nbsp; ExitDate: ~(ExitDate)&nbsp;&nbsp; Lunch Balance: ~(Balance1)<br>
    Academy:~(U_Students_Extension.StudentAttendsOther)&nbsp;&nbsp;
    Programs:<FONT COLOR="1b22b9"><B> ~(decode;~([STUDENTS.S_CO_STU_X]GIFTED);1;GT; ;)&nbsp;  ~(decode;~([STUDENTS.S_CO_STU_X]HANDICAPPED_504);1;504; )&nbsp; ~(decode;~([STUDENTS.S_CO_STU_X]LIP);01;ELL;  )</FONT>&nbsp;<FONT COLOR="ab3015">&nbsp;  ~(decode;~([STUDENTS.S_CO_STU_X]Read_Plan);1;READ;  )</FONT></B>&nbsp;&nbsp;&nbsp;&nbsp;
<B>CDE Grad Requirements Complete:</B><FONT COLOR="#5e0bba"><B> ~(U_Students_Extension.StateGradGuideMet)</B></Font>&nbsp;&nbsp;&nbsp Parent Schoology Access ID: ~([Students.U_Registration_Extension]SchoologyParentCode);&nbsp;&nbsp</p>
 
 
You can change, add and modify as needed..