- Team Website
- Colorado Connect
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
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:
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> ~([01]grade_level) ~([01]student_number) ~([01]track) ~(studschoolabbr; usestudschool) ~[enrollmentstatus]<br> <FONT COLOR="#098438"><B>~(prefered_ first_name)</FONT></B> <p>DOB:~(dob) Phone:~(home_phone) ~( decode;~(gender);m;M;f;F; Blank) ~(decode;~(Ethnicity);05;W;04; H;03;B;02;A;01;AI;Blank) ~(State_StudentNumber) HR: ~(home_room) PSU: ~(student_web_id)  Info: ~(information_packet) & nbsp; Age: ~(age) <br>
EntryDate: ~(EntryDate) ExitDate: ~(ExitDate) Lunch Balance: ~(Balance1)<br>
Academy:~(U_Students_ Extension.StudentAttendsOther)
Programs:<FONT COLOR="1b22b9"><B> ~(decode;~([STUDENTS.S_CO_STU_ X]GIFTED);1;GT; ;) ~(decode;~([STUDENTS.S_CO_ STU_X]HANDICAPPED_504);1;504; ) ~(decode;~([STUDENTS.S_CO_STU_ X]LIP);01;ELL; )</FONT> <FONT COLOR="ab3015"> ~(decode;~([STUDENTS.S_CO_ STU_X]Read_Plan);1;READ; )</FONT></B> & nbsp;
<B>CDE Grad Requirements Complete:</B><FONT COLOR="#5e0bba"><B> ~(U_Students_Extension. StateGradGuideMet)</B></Font>& nbsp;   Parent Schoology Access ID: ~([Students.U_Registration_ Extension]SchoologyParentCode) ;  </p>
<p id="prov_enrollment_alert">~[
[/if#rpen]
<p id="student_detail_header">~(
EntryDate: ~(EntryDate) ExitDate: ~(ExitDate) Lunch Balance: ~(Balance1)<br>
Academy:~(U_Students_
Programs:<FONT COLOR="1b22b9"><B> ~(decode;~([STUDENTS.S_CO_STU_
<B>CDE Grad Requirements Complete:</B><FONT COLOR="#5e0bba"><B> ~(U_Students_Extension.
You can change, add and modify as needed..
You are commenting as Anonymous