File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ <h3 class="panel-title">
260260 </ div >
261261 < hr >
262262 < footer >
263- < p > © 2013-2024 ddRPB</ p >
263+ < p > © 2013-< span id =" copyrightEndDate " > </ span > ddRPB</ p >
264264 </ footer >
265265 </ div > <!-- /container -->
266266 <!-- Bootstrap core JavaScript
@@ -269,5 +269,6 @@ <h3 class="panel-title">
269269 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js "> </ script >
270270 < script > window . jQuery || document . write ( '<script src="../../assets/js/vendor/jquery.min.js"><\/script>' ) </ script >
271271 < script src ="resources/js/bootstrap.min.js "> </ script >
272+ < script > document . getElementById ( 'copyrightEndDate' ) . appendChild ( document . createTextNode ( new Date ( ) . getFullYear ( ) ) ) </ script >
272273 </ body >
273274</ html >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ <h3 class="text-center">Patient reported outcomes (ePRO) during clinical patient
122122 </ div >
123123 < hr >
124124 < footer >
125- < p > © 2013-2024 ddRPB</ p >
125+ < p > © 2013-< span id =" copyrightEndDate " > </ span > ddRPB</ p >
126126 </ footer >
127127 </ div > <!-- /container -->
128128 <!-- Bootstrap core JavaScript
@@ -131,5 +131,6 @@ <h3 class="text-center">Patient reported outcomes (ePRO) during clinical patient
131131 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js "> </ script >
132132 < script > window . jQuery || document . write ( '<script src="../../assets/js/vendor/jquery.min.js"><\/script>' ) </ script >
133133 < script src ="resources/js/bootstrap.min.js "> </ script >
134+ < script > document . getElementById ( 'copyrightEndDate' ) . appendChild ( document . createTextNode ( new Date ( ) . getFullYear ( ) ) ) </ script >
134135 </ body >
135136</ html >
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ <h4>Data Protection Provisions</h4>
119119 </ div >
120120 < hr >
121121 < footer >
122- < p > © 2013-2024 ddRPB</ p >
122+ < p > © 2013-< span id =" copyrightEndDate " > </ span > ddRPB</ p >
123123 </ footer >
124124 </ div > <!-- /container -->
125125 <!-- Bootstrap core JavaScript
@@ -128,5 +128,6 @@ <h4>Data Protection Provisions</h4>
128128 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js "> </ script >
129129 < script > window . jQuery || document . write ( '<script src="../../assets/js/vendor/jquery.min.js"><\/script>' ) </ script >
130130 < script src ="resources/js/bootstrap.min.js "> </ script >
131+ < script > document . getElementById ( 'copyrightEndDate' ) . appendChild ( document . createTextNode ( new Date ( ) . getFullYear ( ) ) ) </ script >
131132 </ body >
132133</ html >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ <h2>DICOM-RT</h2>
9797 </ div >
9898 < hr >
9999 < footer >
100- < p > © 2013-2024 ddRPB</ p >
100+ < p > © 2013-< span id =" copyrightEndDate " > </ span > ddRPB</ p >
101101 </ footer >
102102 </ div > <!-- /container -->
103103 <!-- Bootstrap core JavaScript
@@ -106,5 +106,6 @@ <h2>DICOM-RT</h2>
106106 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js "> </ script >
107107 < script > window . jQuery || document . write ( '<script src="../../assets/js/vendor/jquery.min.js"><\/script>' ) </ script >
108108 < script src ="resources/js/bootstrap.min.js "> </ script >
109+ < script > document . getElementById ( 'copyrightEndDate' ) . appendChild ( document . createTextNode ( new Date ( ) . getFullYear ( ) ) ) </ script >
109110 </ body >
110111</ html >
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ <h3 class="panel-title">
148148 </ div >
149149 < hr >
150150 < footer >
151- < p > © 2013-2024 ddRPB</ p >
151+ < p > © 2013-< span id =" copyrightEndDate " > </ span > ddRPB</ p >
152152 </ footer >
153153 </ div > <!-- /container -->
154154 <!-- Bootstrap core JavaScript
@@ -157,5 +157,6 @@ <h3 class="panel-title">
157157 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js "> </ script >
158158 < script > window . jQuery || document . write ( '<script src="../../assets/js/vendor/jquery.min.js"><\/script>' ) </ script >
159159 < script src ="resources/js/bootstrap.min.js "> </ script >
160+ < script > document . getElementById ( 'copyrightEndDate' ) . appendChild ( document . createTextNode ( new Date ( ) . getFullYear ( ) ) ) </ script >
160161 </ body >
161162</ html >
You can’t perform that action at this time.
0 commit comments