<td><?php echo $userInfo['motto']; ?> </td> <td class="tc"> <a href="<?php echo OjCommonHelper::getStatusUrl($userInfo['username'], -1, '', StatusVars::ACCEPTED); ?> "><?php echo $userInfo['solved_all']; ?> </a> </td> <td class="tc"> <a href="<?php echo OjCommonHelper::getStatusUrl($userInfo['username'], -1, '', -1); ?> "><?php echo $userInfo['submit_all']; ?> </a> </td> </tr> <?php } ?> </tbody> </table>
<td><a href="/user_my/?username=<?php echo $userInfo['username']; ?> "><?php echo OjCommonHelper::getColorName($userInfo); ?> </a></td> <td class="tc"><a href="<?php echo OjCommonHelper::getStatusUrl($userInfo['username'], $problemInfo['remote'], $problemInfo['problem_code'], StatusVars::ACCEPTED); ?> "><?php echo $problemInfo['solved']; ?> </a></td> <td class="tc"><a href="<?php echo OjCommonHelper::getStatusUrl($userInfo['username'], $problemInfo['remote'], $problemInfo['problem_code'], -1); ?> "><?php echo $problemInfo['submit']; ?> </a></td> </tr> <?php } ?> </tbody> </table> <?php echo $this->html['pager']; ?>
echo $problemInfo['remote']; ?> &type=2&keyword=<?php echo $problemInfo['source']; ?> "><?php echo $problemInfo['source']; ?> </a> </td> <td class="tc"><a href="<?php echo OjCommonHelper::getStatusUrl('', $problemInfo['remote'], $problemInfo['problem_code'], StatusVars::ACCEPTED); ?> "><?php echo $problemInfo['solved']; ?> </a></td> <td class="tc"><a href="<?php echo OjCommonHelper::getStatusUrl('', $problemInfo['remote'], $problemInfo['problem_code'], -1); ?> "><?php echo $problemInfo['submit']; ?> </a></td> </tr> <?php } ?> </tbody> </table>
</div> <?php } ?> </td> </tr> <tr> <td class="col1">解决中</td> <td> <?php foreach ($this->unSolvedProblemList as $problemInfo) { $remote = $problemInfo['remote']; $problemCode = $problemInfo['problem_code']; ?> <div class="fl ml5 w60"><a href="<?php echo OjCommonHelper::getStatusUrl($this->userInfo['username'], $remote, $problemCode, -1); ?> "><?php echo $remote ? StatusVars::$REMOTE_SCHOOL[$remote] : ''; echo $problemCode; ?> </a></div> <?php } ?> </td> </tr> </tbody> </table> </div>